net/http.connLRU.ll (field)
7 uses
net/http (current package)
transport.go#L3106: ll *list.List // list.Element.Value type is of *persistConn
transport.go#L3112: if cl.ll == nil {
transport.go#L3113: cl.ll = list.New()
transport.go#L3116: ele := cl.ll.PushFront(pc)
transport.go#L3124: ele := cl.ll.Back()
transport.go#L3126: cl.ll.Remove(ele)
transport.go#L3134: cl.ll.Remove(ele)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)